Skip to content

Commit

Permalink
PATCH: test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoki authored and Antoine Mineau committed Nov 27, 2023
1 parent 2b2db82 commit adc39fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GA"
PYTHONPATH=$PWD python setup.py sdist
PYTHONPATH=$PWD semantic-release version
PYTHONPATH=$PWD twine upload dist/* # or whichever path your distributions are placed in
PYTHONPATH=$PWD twine upload --non-interactive dist/*
PYTHONPATH=$PWD semantic-release publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit adc39fc

Please sign in to comment.