We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc2ea2 commit 7f51d28Copy full SHA for 7f51d28
1 file changed
.github/workflows/publish-to-pypi.yml
@@ -21,11 +21,13 @@
21
{ "run": "sudo apt-get install cargo" },
22
{ "run": "pip --version" },
23
{ "run": "python setup.py sdist" },
24
+ { "run": "python setup.py bdist_wheel" },
25
{
26
"uses": "pypa/gh-action-pypi-publish@release/v1",
27
"with": {
28
"user": "__token__",
29
"password": "${{secrets.PYPI_API_TOKEN}}",
30
+ "skip-existing": true,
31
},
32
33
],
0 commit comments