File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,24 @@ jobs:
17
17
- name : Still deploying on Travis
18
18
run : echo "Deployment is still on Travis!"
19
19
20
- # - name: Update pip
21
- # run: python -m pip install --upgrade pip
22
- # - name: Install pypa/build
23
- # run: >-
24
- # python -m
25
- # pip install
26
- # build
27
- # --user
28
- # - name: Build a binary wheel and a source tarball
29
- # run: >-
30
- # python -m
31
- # build
32
- # --sdist
33
- # --wheel
34
- # --outdir dist/
35
- # .
36
- # - name: Publish distribution 📦 to PyPI
37
- # if: startsWith(github.ref, 'refs/tags')
38
- # uses: pypa/gh-action-pypi-publish@master
39
- # with:
40
- # password: ${{ secrets.PYPI_API_TOKEN }}
20
+ - name : Update pip
21
+ run : python -m pip install --upgrade pip
22
+ - name : Install pypa/build
23
+ run : >-
24
+ python -m
25
+ pip install
26
+ build
27
+ --user
28
+ - name : Build a binary wheel and a source tarball
29
+ run : >-
30
+ python -m
31
+ build
32
+ --sdist
33
+ --wheel
34
+ --outdir dist/
35
+ .
36
+ - name : Publish distribution 📦 to PyPI
37
+ if : startsWith(github.ref, 'refs/tags')
38
+ uses : pypa/gh-action-pypi-publish@master
39
+ with :
40
+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments