Skip to content

Commit

Permalink
temporarily set to publish on push to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisAta committed Jan 4, 2024
1 parent 4260779 commit fda8dd4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Upload Python Package

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

jobs:
build:
Expand Down Expand Up @@ -48,4 +47,4 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit fda8dd4

Please sign in to comment.