We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048e14b commit e7c3875Copy full SHA for e7c3875
.github/workflows/publish.yml
@@ -8,9 +8,7 @@ jobs:
8
pypi-publish:
9
name: Publish release to PyPI
10
runs-on: ubuntu-latest
11
- environment:
12
- name: pypi
13
- url: https://pypi.org/p/tagbit
+ environment: pypi
14
permissions:
15
id-token: write
16
steps:
@@ -26,5 +24,5 @@ jobs:
26
24
- name: Build package
27
25
run: |
28
python setup.py sdist bdist_wheel # Could also be python -m build
29
- - name: Publish package distributions to PyPI
30
- uses: pypa/gh-action-pypi-publish@release/v1
+ - name: pypi-publish
+ uses: pypa/gh-action-pypi-publish@v1.12.3
0 commit comments