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.
1 parent eb9a09b commit c3808ebCopy full SHA for c3808eb
.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