Skip to content

Commit

Permalink
Fix action version in new workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
runemalm committed Mar 2, 2024
1 parent c2cdf80 commit e8dffa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: dist/

- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8.12
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
echo "::set-output name=RELEASE_VERSION::$version"
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8.12
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit e8dffa1

Please sign in to comment.