Skip to content

Commit 6017a35

Browse files
updating test-pypi release action
1 parent 4e4088e commit 6017a35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_pypi_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ name: Publish 📦 to TestPyPI
44

55
on:
66
push:
7-
branches: [ test-pypi ]
7+
branches: [ master ]
88

99
jobs:
1010
build-n-publish:
1111
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1212
runs-on: ubuntu-18.04
1313
steps:
1414
- uses: actions/checkout@master
15-
- name: Set up Python 3.7
15+
- name: Set up Python 3.8
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: 3.7
18+
python-version: 3.8
1919
- name: Install pypa/build
2020
run: >-
2121
python -m

0 commit comments

Comments
 (0)