Skip to content

Commit

Permalink
python-bareos: fixes the upload url for PyPI.org
Browse files Browse the repository at this point in the history
To upload packages to PyPI.org, the URL https://upload.pypi.org/legacy/ must be used.
However, our configuration has set      https://pypi.org/legacy/.

This commit removes the parameter repository_url altogether,
because the default is already the correct URL.
  • Loading branch information
joergsteffens committed Jun 9, 2020
1 parent 0ec2c5b commit 0530a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-release-to-pypi.yml
Expand Up @@ -45,6 +45,5 @@ jobs:
- name: "Publish to pypi.org"
uses: pypa/gh-action-pypi-publish@v1.1.0
with:
repository_url: https://pypi.org/legacy/
password: ${{ secrets.pypi_password }}
packages_dir: python-bareos/dist/

0 comments on commit 0530a08

Please sign in to comment.