We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d1052 commit 5797227Copy full SHA for 5797227
.github/workflows/python-publish.yml
@@ -26,14 +26,8 @@ jobs:
26
uses: actions/setup-python@v3
27
with:
28
python-version: '3.x'
29
- - name: Install dependencies
+ # Runs a set of commands using the runners shell
30
+ - name: Run Python
31
run: |
- 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 }}
+ echo Add run build,
+ echo test, and deploy your project.
0 commit comments