Skip to content

Commit 78662f8

Browse files
committed
fix: reference to the pyproject.toml for api_auth
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent b6952be commit 78662f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-pypi-release-aboutcode-api-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: python -m pip install flot --user
2828

2929
- name: Build a binary wheel and a source tarball
30-
run: python -m flot --pyproject pipeline-pyproject.toml --sdist --wheel --output-dir dist/
30+
run: python -m flot --pyproject api_auth-pyproject.toml --sdist --wheel --output-dir dist/
3131

3232
- name: Upload package distributions as GitHub workflow artifacts
3333
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0

0 commit comments

Comments
 (0)