Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix redacted username
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Apr 18, 2020
1 parent 29922e8 commit a41cfe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ jobs:
- name: Upload to PyPI
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD dist/*
run: twine upload -u allennlp -p $PYPI_PASSWORD dist/*

0 comments on commit a41cfe8

Please sign in to comment.