We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac416b commit 0247b9cCopy full SHA for 0247b9c
1 file changed
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
path: dist/
78
- run: ls -lR
79
- name: Upload to ${{ env.environment }}
80
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
81
with:
82
repository-url: ${{ fromJson(env.environment-info)[env.environment].upload-url }}
83
update_version:
0 commit comments