Skip to content

Commit

Permalink
Maybe fix pypi push
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Apr 9, 2020
1 parent 5c0b615 commit 349dc1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -154,15 +154,13 @@ jobs:
--disable-progress-bar \
--username=__token__ \
--password=${TWINE_PASSWORD} \
--repository-url=${TWINE_REPOSITORY_URL} \
--skip-existing dist/*
else
echo "Skipping upload as 'PyPiToken' is not set"
fi
env:
TWINE_PASSWORD: ${{ secrets.PyPiToken }}
TWINE_REPOSITORY_URL: 'https://pypi.org/legacy/'

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 349dc1b

Please sign in to comment.