Skip to content

Commit

Permalink
fix pypa/gh-action-pypi-publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Nov 6, 2024
1 parent 9784ee9 commit 652ed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,14 @@ jobs:
cd ..
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@unstable/v1.12.0
uses: pypa/gh-action-pypi-publish@release/v1.12.0
with:
attestations: false
repository_url: https://test.pypi.org/legacy/
packages-dir: ${{ matrix.package-dir }}/dist

- if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@unstable/v1.12.0
uses: pypa/gh-action-pypi-publish@release/v1.12.0
with:
attestations: false
packages-dir: ${{ matrix.package-dir }}/dist
Expand Down

0 comments on commit 652ed86

Please sign in to comment.