Skip to content

Commit d9fd232

Browse files
author
Dammy Desktop
committed
fix env token error
1 parent 5f7a18d commit d9fd232

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525

2626
build-n-publish:
2727
name: Build and publish to PyPI
28-
needs: test # Run tests before publishing
28+
needs: test
2929
runs-on: ubuntu-latest
30+
environment:
31+
name: pypi
32+
url: https://pypi.org/p/XdetectionCore
3033
permissions:
3134
id-token: write
3235
contents: read

0 commit comments

Comments
 (0)