We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42e1cd commit 7b721b7Copy full SHA for 7b721b7
1 file changed
.github/workflows/python-publish.yml
@@ -25,6 +25,7 @@ jobs:
25
- name: Build and publish yaqd-core
26
if: startsWith( github.ref_name, 'yaqd-core-')
27
env:
28
+ FLIT_USERNAME: ${{ secrets.PYPI_USERNAME }}
29
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQD_CORE }}
30
run: |
31
cd yaqd-core
@@ -34,6 +35,7 @@ jobs:
34
35
- name: Build and publish yaqc
36
if: startsWith( github.ref_name, 'yaqc-')
37
38
39
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQC }}
40
41
cd yaqc
@@ -43,6 +45,7 @@ jobs:
43
45
44
46
if: startsWith( github.ref_name, 'yaqd-fakes-')
47
48
49
FLIT_PASSWORD: ${{ secrets.PYPI_PASSWORD_YAQD_FAKES }}
50
51
cd yaqd-fakes
0 commit comments