Skip to content

Commit 7b721b7

Browse files
authored
add username
1 parent c42e1cd commit 7b721b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- name: Build and publish yaqd-core
2626
if: startsWith( github.ref_name, 'yaqd-core-')
2727
env:
28+
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
2829
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQD_CORE }}
2930
run: |
3031
cd yaqd-core
@@ -34,6 +35,7 @@ jobs:
3435
- name: Build and publish yaqc
3536
if: startsWith( github.ref_name, 'yaqc-')
3637
env:
38+
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
3739
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQC }}
3840
run: |
3941
cd yaqc
@@ -43,6 +45,7 @@ jobs:
4345
- name: Build and publish yaqd-core
4446
if: startsWith( github.ref_name, 'yaqd-fakes-')
4547
env:
48+
FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
4649
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQD_FAKES }}
4750
run: |
4851
cd yaqd-fakes

0 commit comments

Comments
 (0)