CI/CD integration and auto-build for pypi

This commit is contained in:
Steffen Illium
2023-06-20 10:27:24 +02:00
parent 2c0351135d
commit 1332cee7e1
2 changed files with 2 additions and 6 deletions

View File

@ -16,6 +16,3 @@ build-job: # This job runs in the build stage, which runs first.
- echo "Compile complete."
- twine upload dist/*
- echo "Upload complete."
# cache: {}
# only:
# - tags