Skip to content

Commit

Permalink
Merge pull request #957 from DimitriPapadopoulos/kebab-case
Browse files Browse the repository at this point in the history
CI: Update parameters to gh-action-pypi-publish
  • Loading branch information
effigies committed Mar 16, 2023
2 parents 601cd10 + 3c31a76 commit f75b46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Upload to PyPI (on tags)
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit f75b46f

Please sign in to comment.