Skip to content

Commit

Permalink
twine
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Aug 27, 2024
1 parent a5dc28b commit 40d453d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/twine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,10 @@ jobs:
TWINE_PASSWORD: ${{ secrets.JF_PASSWORD }}
run: |
#cd python-example/twine-example/
#python -m build
cd python-example/pip-example/
jf pip-config --repo-resolve=robi-pypi-virtual
jf pip install . --module=jfrog-python-example
python setup.py sdist bdist_wheel
python -m build
twine upload "dist/*"
- name: Publish build info
Expand Down

0 comments on commit 40d453d

Please sign in to comment.