We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c2e86 commit 7f7a76aCopy full SHA for 7f7a76a
.github/workflows/publish.yml
@@ -62,13 +62,13 @@ jobs:
62
python3 -m build --sdist --wheel --outdir dist/ .
63
- name: Publish distribution package to Test PyPI
64
id: publish_test
65
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
66
with:
67
repository-url: https://test.pypi.org/legacy/
68
- name: Publish distribution package to PyPI
69
id: publish
70
if: startsWith(github.ref, 'refs/tags')
71
72
- name: Install pyproject-parser
73
id: install_pyproject_parser
74
run: |
0 commit comments