Skip to content

Commit 5797227

Browse files
authored
Update python-publish.yml
Update workflow
1 parent 75d1052 commit 5797227

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/python-publish.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,8 @@ jobs:
2626
uses: actions/setup-python@v3
2727
with:
2828
python-version: '3.x'
29-
- name: Install dependencies
29+
# Runs a set of commands using the runners shell
30+
- name: Run Python
3031
run: |
31-
python -m pip install --upgrade pip
32-
pip install build
33-
- name: Build package
34-
run: python -m build
35-
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37-
with:
38-
user: __token__
39-
password: ${{ secrets.PYPI_API_TOKEN }}
32+
echo Add run build,
33+
echo test, and deploy your project.

0 commit comments

Comments
 (0)