Skip to content

Commit

Permalink
Merge pull request #222 from oslokommune/global-py-publish
Browse files Browse the repository at this point in the history
Use the global Python executable for publishing
  • Loading branch information
simenheg authored Apr 25, 2024
2 parents dc8ae3e + 9ad7e4f commit f78cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ clean:
publish:
username=$$(op read op://Dataspeilet/pypi-upload-token/username) &&\
password=$$(op read op://Dataspeilet/pypi-upload-token/credential) &&\
python -m twine upload -u $$username -p $$password dist/*
$(GLOBAL_PY) -m twine upload -u $$username -p $$password dist/*

###
# Python build dependencies
Expand Down

0 comments on commit f78cf4b

Please sign in to comment.