We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8e9ac commit e78402eCopy full SHA for e78402e
.github/workflows/pythonpublish.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
make init
46
- - name: Test with pytest
+ - name: Test with Pytest and Publish to PYPI
47
env:
48
POSTGRES_DATABASE_HOST: localhost
49
POSTGRES_DATABASE_DATABASE: postgres
0 commit comments