Skip to content

Commit

Permalink
Update pypa/gh-action-pypi-publish action to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kdeininger committed Jul 1, 2024
1 parent 3134452 commit f18012c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
python setup.py clean check sdist bdist_wheel
- name: Upload to PyPI Test
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand All @@ -75,7 +75,7 @@ jobs:
pip install wheel -r requirements.txt
python setup.py clean check sdist bdist_wheel
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
password: ${{ secrets.PYPI_TOKEN }}

Expand Down

0 comments on commit f18012c

Please sign in to comment.