Skip to content

Commit

Permalink
Ok I think the right unix builds get uploaded now
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcoughlin2014 committed May 13, 2020
1 parent c8d32bb commit 037dc1b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI

on: release
on:
release:
types: [published]

jobs:
build-code-mac:
Expand Down Expand Up @@ -58,9 +60,6 @@ jobs:
package-path: ''
pip-wheel-args: '--no-deps'

- name: Remove linux_x86_64 build before upload
run: rm wheelhouse/*linux_x86_64*

- name: Upload builds
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -94,6 +93,10 @@ jobs:
with:
name: dist

- name: Remove bad wheel names
run: rm -rf cosmic_popsynth*linux_x86_64.whl
working_directory: /home/runner/work/COSMIC/COSMIC/dist

- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 037dc1b

Please sign in to comment.