Skip to content

Commit 1cf939d

Browse files
fix action
1 parent 10fc3ae commit 1cf939d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: ubuntu-latest
4747
environment:
4848
name: pypi
49-
url: https://pypi.org/p/markpickle
49+
url: https://pypi.org/p/jiggle-version
5050
permissions:
5151
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
52-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
52+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5353
steps:
5454
- name: Get packages
5555
uses: actions/download-artifact@v3.0.2

0 commit comments

Comments
 (0)