Skip to content

Commit

Permalink
run package upload test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jul 17, 2024
1 parent 3516246 commit 39828d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Simulate Upload of Python Package

on:
workflow_dispatch:
branches:
- git-reset-in-build-step
push: # workflow_dispatch:
branches: [git-reset-in-build-step]

env:
UV_SYSTEM_PYTHON: true

jobs:
deploy:
name: Upload release to PyPI
name: Simulate upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 39828d4

Please sign in to comment.