Skip to content

Commit

Permalink
poetry build verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 23, 2024
1 parent 66a90d0 commit 4cedcda
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
- name: change package name for test.pypi.org since we don't have 'cucu'
run: |
sed -i "s|name = \"cucu\"|name = \"cucu-test\"|g" pyproject.toml
# - name: build package
# run: |
# pip install poetry
# poetry install --no-ansi
# poetry build
- name: build package
run: |
python -m pip install poetry
pip install poetry
poetry install --no-ansi
poetry add build
poetry run python build -n
poetry build -vvv
# - name: build package
# run: |
# python -m pip install poetry
# poetry install --no-ansi
# poetry add build
# poetry run python build -n
- name: publish to test.pypi.org
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4cedcda

Please sign in to comment.