Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kleo-53 committed Oct 13, 2023
1 parent 525c780 commit 97728b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Create Release

on:
push:
tags:
- 'v*'

pull_request:
types:
- closed

branches:
- main

push:
branches:
- main
tags:
- 'v*'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tox-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.x

Expand All @@ -26,7 +26,7 @@ jobs:

- name: Publish artifact
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pioneer-uploader
path: ./dist
Expand Down

0 comments on commit 97728b5

Please sign in to comment.