We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ed239 commit 1fc10f3Copy full SHA for 1fc10f3
.github.env.gpg
115 Bytes
makefile
@@ -136,7 +136,7 @@ deploy-pypi:
136
docker compose -f docker-compose.yml -f docker/docker-compose.setup.yml run --rm \
137
-v "$(PWD)/dist:/dist" \
138
setup \
139
- twine upload --skip-existing -u "$(PYPI_USERNAME)" -p "$(PYPI_PASSWORD)" /dist/*
+ twine upload --skip-existing --username __token__ --password "$(PYPI_TOKEN)" /dist/*
140
141
deploy-docker:
142
@echo "$(DOCKER_PASSWORD)" | docker login --username "$(DOCKER_USERNAME)" --password-stdin && \
0 commit comments