We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fc3ae commit 1cf939dCopy full SHA for 1cf939d
.github/workflows/build.yml
@@ -46,10 +46,10 @@ jobs:
46
runs-on: ubuntu-latest
47
environment:
48
name: pypi
49
- url: https://pypi.org/p/markpickle
+ url: https://pypi.org/p/jiggle-version
50
permissions:
51
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
52
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
53
steps:
54
- name: Get packages
55
uses: actions/download-artifact@v3.0.2
0 commit comments