Skip to content

Commit

Permalink
add username
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden authored May 19, 2022
1 parent c42e1cd commit 7b721b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Build and publish yaqd-core
if: startsWith( github.ref_name, 'yaqd-core-')
env:
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQD_CORE }}
run: |
cd yaqd-core
Expand All @@ -34,6 +35,7 @@ jobs:
- name: Build and publish yaqc
if: startsWith( github.ref_name, 'yaqc-')
env:
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQC }}
run: |
cd yaqc
Expand All @@ -43,6 +45,7 @@ jobs:
- name: Build and publish yaqd-core
if: startsWith( github.ref_name, 'yaqd-fakes-')
env:
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQD_FAKES }}
run: |
cd yaqd-fakes
Expand Down

0 comments on commit 7b721b7

Please sign in to comment.