Skip to content

Commit

Permalink
removed keyring as no-longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatt committed Nov 10, 2021
1 parent 4727bb8 commit 2a602de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
TAG="${{steps.tag.outputs.tag}}"
echo "__version__ = \"${TAG:1}\"" >> ${{ env.name }}/__init__.py
python3 -m pip install setuptools==58.5.3 twine==3.6.0 wheel==0.35.1 flit==3.4.0 keyring==23.2.1
python3 -m pip install setuptools==58.5.3 twine==3.6.0 wheel==0.35.1 flit==3.4.0
python3 -m flit publish
env:
FLIT_USERNAME: __token__
Expand Down

0 comments on commit 2a602de

Please sign in to comment.