Skip to content

Commit

Permalink
chore(action): test publishing release
Browse files Browse the repository at this point in the history
See issue 184 #184
  • Loading branch information
demeringo committed May 22, 2023
1 parent a836cc4 commit 227d1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pipenv install --dev
- name: Build the pip package
run: python3 setup.py sdist
run: pipenv run python setup.py sdist

- name: push pip package
run: pipenv run twine upload --repository pypi --username __token__ --password ${{ secrets.DAVID_PYPI_TOKEN }} dist/*
Expand Down

0 comments on commit 227d1e4

Please sign in to comment.