Skip to content

Commit

Permalink
ci: upgrade python and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgerona committed Sep 10, 2024
1 parent 5857829 commit bee551a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Upload PyRMQ to PyPI

on: workflow_dispatch
# workflow_run:
# workflows: ["Test across Python versions"]
# branches: [master]
# types:
# - completed
# workflow_run:
# workflows: ["Test across Python versions"]
# branches: [master]
# types:
# - completed

jobs:
deploy:

runs-on: ubuntu-latest

steps:
Expand All @@ -19,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: "3.12"

- name: Install project dependencies
run: |
Expand All @@ -29,7 +28,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "20"

- name: Run semantic-release
env:
Expand Down

0 comments on commit bee551a

Please sign in to comment.