Skip to content

Commit

Permalink
rename rel and pre workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
williammadie committed Jun 19, 2024
1 parent 986657b commit 41e2a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Python Package to TestPyPI - Prerelease
name: Prerelease Python Package on TestPyPI

on:
release:
types: [prereleased]

jobs:
testpypi-publish:
prerelease:
name: Publish prerelease to TestPyPI
runs-on: ubuntu-latest
environment: testpypi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Python Package to PyPI - Release
name: Release Python Package on PyPI

on:
release:
types: [released]

jobs:
pypi-publish:
rlease:
name: Publish release to PyPI
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit 41e2a62

Please sign in to comment.