Skip to content

Commit

Permalink
Updated pypi-publish.yml such that now it really publishes
Browse files Browse the repository at this point in the history
  • Loading branch information
droodev authored Nov 11, 2024
1 parent e04d404 commit dfcf012
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Package to PyPi

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


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

env:
WHL_HOUSE: wheelhouse
Expand Down Expand Up @@ -89,8 +86,8 @@ jobs:
- name: Display all artifacts
run: ls -R
working-directory: ${{ env.WHL_HOUSE }}
#- name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# packages-dir: ${{ env.WHL_HOUSE }}/
# verbose: true
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ${{ env.WHL_HOUSE }}/
verbose: true

0 comments on commit dfcf012

Please sign in to comment.