Skip to content

Commit 1fc10f3

Browse files
committed
chore: updated PYPI authentication
Signed-off-by: Mohamad Abuelhagag <mohammed.abuelhagag@gmail.com>
1 parent 27ed239 commit 1fc10f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github.env.gpg

115 Bytes
Binary file not shown.

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ deploy-pypi:
136136
docker compose -f docker-compose.yml -f docker/docker-compose.setup.yml run --rm \
137137
-v "$(PWD)/dist:/dist" \
138138
setup \
139-
twine upload --skip-existing -u "$(PYPI_USERNAME)" -p "$(PYPI_PASSWORD)" /dist/*
139+
twine upload --skip-existing --username __token__ --password "$(PYPI_TOKEN)" /dist/*
140140

141141
deploy-docker:
142142
@echo "$(DOCKER_PASSWORD)" | docker login --username "$(DOCKER_USERNAME)" --password-stdin && \

0 commit comments

Comments
 (0)