Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
hugovk and AA-Turner authored Aug 21, 2023
commit 1e4b09e2a64d911088816c6fde937f10dabbf1a6
3 changes: 1 addition & 2 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Build & maybe upload PyPI package

on:
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:

# Upload to real PyPI on GitHub Releases.
release-pypi:
name: Publish released package to pypi.org
name: Publish to PyPI
environment: release-pypi
if: github.repository_owner == 'python' && github.event.action == 'published'
Comment thread
hugovk marked this conversation as resolved.
Comment thread
hugovk marked this conversation as resolved.
runs-on: ubuntu-latest
Expand Down