We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4088e commit 6017a35Copy full SHA for 6017a35
.github/workflows/test_pypi_release.yml
@@ -4,18 +4,18 @@ name: Publish 📦 to TestPyPI
4
5
on:
6
push:
7
- branches: [ test-pypi ]
+ branches: [ master ]
8
9
jobs:
10
build-n-publish:
11
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
12
runs-on: ubuntu-18.04
13
steps:
14
- uses: actions/checkout@master
15
- - name: Set up Python 3.7
+ - name: Set up Python 3.8
16
uses: actions/setup-python@v1
17
with:
18
- python-version: 3.7
+ python-version: 3.8
19
- name: Install pypa/build
20
run: >-
21
python -m
0 commit comments