dockerfile: fix build

This commit is contained in:
James Woglom
2021-10-20 01:01:47 -04:00
parent d931242562
commit bcd486561f
2 changed files with 7 additions and 6 deletions
+2 -3
View File
@@ -4,8 +4,8 @@ on:
branches: [ master ]
jobs:
publish-pypi:
name: Publish to PyPI
build-binary:
name: Build Binary and Publish to PyPI
runs-on: ubuntu-latest
steps:
@@ -30,7 +30,6 @@ jobs:
--outdir dist/
.
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}