Skip to content

Commit b23853d

Browse files
committed
Closes #53: updating workflow actions, hopefully for alpha prerelease of 0.6.0
1 parent 97af9f6 commit b23853d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ on:
33
push:
44
branches:
55
- main
6-
- 0.5_work
6+
- v0.6.0_work
77
jobs:
88
build-publish:
99
name: Build and publish
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@main
13-
- name: Set up Python 3.6
13+
- name: Set up Python 3.8
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.6
16+
python-version: 3.8
1717
- name: Install and build
1818
run: python -m pip install build --user
1919
- name: Build a binary and source tarball

0 commit comments

Comments
 (0)