Skip to content

Commit

Permalink
re-add rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-cedricyoung committed Aug 23, 2024
1 parent 6005e4b commit 6b80070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- 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
Expand Down

0 comments on commit 6b80070

Please sign in to comment.