Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Oct 12, 2023
1 parent 769781c commit 4917ac0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
name: Upload Python Package

on:
push:
branches:
- v3-competition-publish
release:
types: [published]

Expand All @@ -36,7 +33,6 @@ jobs:
- name: Build package
run: |
python -m build src --outdir dist
echo "$(ls)"
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4917ac0

Please sign in to comment.