We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b56f90c + b0d6421 commit 20c7698Copy full SHA for 20c7698
.github/workflows/python-publish.yml
@@ -18,9 +18,11 @@ jobs:
18
python -m pip install --upgrade pip
19
pip install build
20
- name: Build package
21
- run: cd pgml && python -m build
+ run: python -m build
22
+ working-directory: ./pgml
23
- name: Publish package
24
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
25
26
with:
27
user: __token__
28
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments