Compare commits

..

No commits in common. "8fa772267c11e26744759869631c772e2c8cea32" and "53b28e29374da344949923c86a049c3a8b084ff4" have entirely different histories.

View File

@ -1,4 +1,4 @@
steps:
pipeline:
# tests:
# image: python:3
# commands:
@ -21,10 +21,8 @@ steps:
- pip install -U pip wheel hatch hatch-vcs
- hatch build
- hatch publish
environment:
HATCH_INDEX_USER:
from_secret: hatch_pypi_user
HATCH_INDEX_AUTH:
from_secret: hatch_pypi_auth
secrets:
- hatch_pypi_user
- hatch_pypi_auth
when:
event: tag