Skip to content

Commit 5a251e9

Browse files
committed
Merge branch 'main' into release/0.2
2 parents 951e3f0 + 3bab398 commit 5a251e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
needs: [stylecheck, build]
7676
runs-on: ubuntu-latest
7777
steps:
78+
- uses: actions/checkout@v2
79+
7880
- name: Set up Python
7981
uses: actions/setup-python@v1
8082
with:
@@ -89,7 +91,7 @@ jobs:
8991
twine upload --skip-existing dist/*
9092
env:
9193
TWINE_USERNAME: __token__
92-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
94+
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
9395

9496
- name: Release
9597
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)