Skip to content

Commit bebaa79

Browse files
Apply suggestions from code review
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent b78ff88 commit bebaa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 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/kyber-py
41+
url: https://pypi.org/project/kyber-py/${{ github.ref_name }}
4242
permissions:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444

@@ -77,7 +77,7 @@ jobs:
7777
./dist/*.whl
7878
- name: Create GitHub Release
7979
env:
80-
GITHUB_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
80+
GITHUB_TOKEN: ${{ github.token }}
8181
run: >-
8282
gh release create
8383
"$GITHUB_REF_NAME"

0 commit comments

Comments
 (0)