Skip to content

Commit c074f5f

Browse files
committed
Commenting out release and adding info to README
1 parent 5b310d9 commit c074f5f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
--wheel
3030
--outdir dist/
3131
.
32-
- name: Publish to PyPI
33-
uses: pypa/gh-action-pypi-publish@master
34-
with:
35-
password: ${{ secrets.PYPI_API_TOKEN }}
32+
# Uncomment for your project
33+
# - name: Publish to PyPI
34+
# uses: pypa/gh-action-pypi-publish@master
35+
# with:
36+
# password: ${{ secrets.PYPI_API_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Click the `Use this template` button at the top of this project's GitHub page, i
4343

4444
**GitHub configuration**
4545

46-
1. Add a `PYPI_API_TOKEN` GitHub secret to your project so that automated releasing can occur from GitHub Actions to PyPI
46+
1. Add a `PYPI_API_TOKEN` GitHub secret to your project so that automated releasing can occur from GitHub Actions to PyPI and uncomment the final step on the `release` job in `.github/workflows/release.yml`

0 commit comments

Comments
 (0)