Skip to content

Commit

Permalink
feat(CI): Use pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek authored Jan 7, 2024
1 parent 0dcbb45 commit 3fc3c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ packagetest:archlinux:
repoupdate:
stage: deploy
variables:
TWINE_USERNAME: Salamek
TWINE_USERNAME: __token__
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- apt-get update -y
Expand Down

0 comments on commit 3fc3c21

Please sign in to comment.