Skip to content

Commit

Permalink
updated setup python to v5, changed workflow names (#10)
Browse files Browse the repository at this point in the history
* updated setup python to v5, changed workflow names

* updated names

* pypi job name
  • Loading branch information
oliverfunk authored Jun 7, 2024
1 parent 2180388 commit f78a0e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/setup-hatch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Sets up Hatch for use in the current workflow, supports pip cachin
runs:
using: "composite"
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.10
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Test
name: Main

on:
push:
branches: [develop, main]
branches: [main]

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR Test
name: PR

on: [pull_request]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyPI
name: Publish

on:
release:
Expand All @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
deploy:
pypi:
runs-on: ubuntu-latest

environment: release
Expand Down

0 comments on commit f78a0e5

Please sign in to comment.