Skip to content

Commit

Permalink
updating the pypa/gh-action-pypi-publish@release/v1 to use release/v1…
Browse files Browse the repository at this point in the history
… as suggested
  • Loading branch information
1hada committed Aug 7, 2022
1 parent 438f963 commit 5d3a2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi-and-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
--outdir dist/
.
- name: Publish package 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.RSBM_PYPI_TOKEN }}
- name: Publish package 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.RSBM_TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 5d3a2e4

Please sign in to comment.