Skip to content

Commit 908ba17

Browse files
committed
try something
1 parent df18fae commit 908ba17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
# Auto-publish when version is increased
77
publish-job:
88
# Only publish on `main` branch
9-
if: github.ref == 'refs/heads/main'
9+
if: github.ref == 'refs/heads/pypi'
1010
runs-on: ubuntu-latest
1111
permissions: # Don't forget permissions
1212
contents: write
@@ -15,6 +15,6 @@ jobs:
1515
- uses: etils-actions/pypi-auto-publish@v1
1616
with:
1717
pkg-name: ssak
18-
pypi-token: ${{ secrets.PYPI_API_TOKEN }}
19-
gh-token: ${{ secrets.GITHUB_TOKEN }}
18+
# pypi-token: ${{ secrets.PYPI_API_TOKEN }}
19+
# gh-token: ${{ secrets.GITHUB_TOKEN }}
2020
parse-changelog: false

0 commit comments

Comments
 (0)