Skip to content

Commit f947f1c

Browse files
Alison WuAlison Wu
Alison Wu
authored and
Alison Wu
committed
fixed add tag-check to workflow
1 parent 2dce8d4 commit f947f1c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-wheel-release-upload.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
contents: write
3030
uses: Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
3131
with:
32-
project: {{ project_name }}
32+
project: diffpy.snmf
3333
secrets:
34-
PYPI_TOKEN: {{ "${{ secrets.PYPI_TOKEN }}" }}
35-
34+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)