Skip to content

Commit

Permalink
Refining build worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Nov 18, 2021
1 parent 86fbb88 commit 9fc3a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: ubuntu_18
- os: ubuntu-20.04
name: ubuntu_20
pypi: yes
- os: macos-10.15
name: macos
- os: windows-latest
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ matrix.pypi }}
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9fc3a48

Please sign in to comment.