mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-29 12:02:41 +00:00
improvements to the tests, and added testing to the pipeline. Now a package won't publish if it doesn't test :)
This commit is contained in:
3
.github/workflows/python-publish.yml
vendored
3
.github/workflows/python-publish.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
- name: Test #TODO use a testing solution that won't be deprecated soon
|
||||
run: |
|
||||
python setup.py test
|
||||
- name: Build and publish
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
|
Reference in New Issue
Block a user