We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c16da9 + e99ae39 commit c983a57Copy full SHA for c983a57
.github/workflows/pypipublish.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install setuptools sdist wheel twine
26
- name: Build and publish
27
env:
28
- TWINE_USERNAME: ${{ variables.PYPI_USERNAME }}
+ TWINE_USERNAME: ${{ vars.PYPI_USERNAME }}
29
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
30
run: |
31
pip list
setup.cfg
@@ -15,7 +15,7 @@ default=none
15
16
[metadata]
17
name = sqlalchemy_hawq
18
-version = 1.0.2
+version = 1.0.3
19
author_email = dat@bcgsc.ca
20
maintainer = vardb
21
maintainer_email = dat@bcgsc.ca
0 commit comments