File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
1818 - name : Run tests
1919 run : make tests
2020 - name : Run build
21- run : poetry build -f wheel
21+ run : poetry build
2222 - name : Publish in GitHub Releases
2323 uses : svenstaro/upload-release-action@v2
2424 with :
2525 repo_token : ${{ secrets.GITHUB_TOKEN }}
26- file : dist/*.whl
26+ file : dist/*
2727 tag : ${{ github.ref }}
2828 overwrite : true
2929 file_glob : true
30- - name : Publish in PyPI
31- uses : d1618033/gh-action-python-publish-using-poetry@master
32- with :
33- pypi_username : ${{ secrets.PYPI_USERNAME }}
34- pypi_password : ${{ secrets.PYPI_PASSWORD }}
30+ # - name: Publish in PyPI
31+ # uses: d1618033/gh-action-python-publish-using-poetry@master
32+ # with:
33+ # pypi_username: ${{ secrets.PYPI_USERNAME }}
34+ # pypi_password: ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " template"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Python template with CI/CD ready for production"
55authors = [" leynier <leynier41@gmail.com>" ]
66homepage = " https://github.com/leynier/python-template"
You can’t perform that action at this time.
0 commit comments