Skip to content

Commit

Permalink
Swap to API token publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Feb 23, 2024
1 parent 1e03b45 commit e07ad4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel
pip install -r requirements-dev.txt
- name: Bump version
Expand All @@ -54,8 +54,8 @@ jobs:

- name: Build and publish
env:
TWINE_USERNAME: qmk
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_APITOKEN }}
run: |
python3 -m build
twine upload dist/*
Expand Down

0 comments on commit e07ad4c

Please sign in to comment.