Compare commits

..

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

View File

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