Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
elben10 committed Feb 25, 2021
1 parent dcb15dc commit 04cd180
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 @@ -29,7 +29,7 @@ jobs:
npm install
- name: Build a binary wheel and a source tarball
run: |
npm build
npm run build
poetry build
- name: Publish distribution 📦 to Test PyPI
run: poetry publish --repository testpypi --username __token__ --password ${{ secrets.PYPI_API_TEST_TOKEN }}
Expand Down

0 comments on commit 04cd180

Please sign in to comment.