Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update PyPi uploader to automate new versions (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie authored May 9, 2024
1 parent 75a56e1 commit b86a4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package to PYPI
name: Upload Python Package

on:
release:
Expand All @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit b86a4c1

Please sign in to comment.