Skip to content

Commit

Permalink
ci: remove pinning (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd authored Dec 13, 2024
1 parent dbaeb1d commit e85fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.10.3
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ./dist
attestations: false

0 comments on commit e85fc19

Please sign in to comment.