File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1+ name : PyPI and TestPyPI
22
33on : push
44
55jobs :
66 build-n-publish :
7- name : Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
7+ name : Build and publish package to PyPI and TestPyPI
88 runs-on : ubuntu-18.04
99 steps :
1010 - uses : actions/checkout@master
@@ -26,13 +26,13 @@ jobs:
2626 --binary
2727 --out-dir dist/
2828 .
29- - name : Publish distribution 📦 to Test PyPI
29+ - name : Publish package to Test PyPI
3030 uses : pypa/gh-action-pypi-publish@master
3131 with :
3232 password : ${{ secrets.test_pypi_token }}
3333 repository_url : https://test.pypi.org/legacy/
3434 skip_existing : true
35- - name : Publish distribution 📦 to PyPI
35+ - name : Publish package to PyPI
3636 if : startsWith(github.ref, 'refs/tags')
3737 uses : pypa/gh-action-pypi-publish@master
3838 with :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " openfeed"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44description = " Python SDK for Openfeed"
55authors = [
" Barchart <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'openfeed' ,
20- version = '1.0.2 ' ,
20+ version = '1.0.3 ' ,
2121 author = 'Barchart' ,
22222323 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments