We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b701bbf commit 7c87331Copy full SHA for 7c87331
Makefile
@@ -41,6 +41,6 @@ build:
41
42
.PHONY: publish-module
43
publish-module:
44
- username=$$(gopass show dataplatform/websites/pypi.org/origo-dataplatform username) &&\
45
- password=$$(gopass show --password dataplatform/websites/pypi.org/origo-dataplatform) &&\
+ username=$$(op read op://Dataspeilet/pypi-upload-token/username) &&\
+ password=$$(op read op://Dataspeilet/pypi-upload-token/credential) &&\
46
python -m twine upload -u $$username -p $$password dist/*
0 commit comments