Skip to content

python-bareos: publish to PyPI.org by using Github Actions#514

Merged
joergsteffens merged 1 commit intobareos:masterfrom
joergsteffens:dev/joergs/master/github-action-publish-to-pypi
May 15, 2020
Merged

python-bareos: publish to PyPI.org by using Github Actions#514
joergsteffens merged 1 commit intobareos:masterfrom
joergsteffens:dev/joergs/master/github-action-publish-to-pypi

Conversation

@joergsteffens
Copy link
Member

@joergsteffens joergsteffens commented May 11, 2020

This PR adds 2 Github Action workflows.

Both create python-bareos packages and publish them at pypi.org.

  • publish-to-test-pypi.yml
    Build and publish python-bareos dev packages onto https://test.pypi.org
    for every change in the python-bareos subdirectory published on master.
  • publish-release-to-pypi.yml
    Build and publish python-bareos packages onto https://pypi.org
    for every release tag.
    The required PyPI API keys are already set at this project settings.

Both workflows have been tested at https://github.com/joergsteffens/bareos/commits/dev/joergs/master/github-action-publish-to-pypi

This PR should also be backported for bareos-19.2.

Copy link
Member

@arogge arogge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no objections.

@joergsteffens joergsteffens force-pushed the dev/joergs/master/github-action-publish-to-pypi branch from fd0132c to 7a116dc Compare May 15, 2020 08:17
@joergsteffens joergsteffens merged commit 2e5fec6 into bareos:master May 15, 2020
@joergsteffens joergsteffens deleted the dev/joergs/master/github-action-publish-to-pypi branch May 15, 2020 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants