Skip to content

Commit ecc22c4

Browse files
committed
fix pypi workflow
1 parent 8af2663 commit ecc22c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
environment:
4040
name: pypi
41-
url: https://pypi.org/p/trecrun
41+
url: https://pypi.org/p/bsparse
4242
permissions:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444

@@ -97,14 +97,14 @@ jobs:
9797
publish-to-testpypi:
9898
name: Publish Python distribution to TestPyPI
9999
### Comment the following line to publish to testpypi on commit
100-
#if: startsWith(github.ref, 'refs/PUBLISH-DISABLED/')
100+
if: startsWith(github.ref, 'refs/PUBLISH-DISABLED/')
101101
needs:
102102
- build
103103
runs-on: ubuntu-latest
104104

105105
environment:
106106
name: testpypi
107-
url: https://test.pypi.org/p/trecrun
107+
url: https://test.pypi.org/p/bsparse
108108

109109
permissions:
110110
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)