Skip to content

Commit

Permalink
Update publish action to upload also binary dist
Browse files Browse the repository at this point in the history
Fixes #326

Signed-off-by: Simo Sorce <simo@redhat.com>
  • Loading branch information
simo5 committed Mar 5, 2024
1 parent 5dc2ea2 commit 740d501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
{ "run": "sudo apt-get install cargo" },
{ "run": "pip --version" },
{ "run": "python setup.py sdist" },
{ "run": "python setup.py bdist_wheel" },
{
"uses": "pypa/gh-action-pypi-publish@release/v1",
"with": {
"user": "__token__",
"password": "${{secrets.PYPI_API_TOKEN}}",
"skip-existing": true,
},
},
],
Expand Down

0 comments on commit 740d501

Please sign in to comment.