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 40d453d commit 1f34158
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions .github/workflows/twine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,19 @@ jobs:
- name: Setup Python Build
run: python -m pip install --upgrade pip setuptools wheel build twine

#- name: Package managers versions
# run: |
# #jf rt dl generic-local-robi/cli-for-summary/jfrog-cli-linux-amd64/jfrog --flat --fail-no-op
# #chmod +x ./jfrog
#
# jf -v
# which jf
# docker --version
# mvn -v
# python --version
# pip --version
# wheel version
# pip show setuptools
# echo $VIRTUAL_ENV
# node -v
# npm -v
# go version
- name: Package managers versions
run: |
#jf rt dl generic-local-robi/cli-for-summary/jfrog-cli-linux-amd64/jfrog --flat --fail-no-op
#chmod +x ./jfrog
jf -v
which jf
python --version
pip --version
wheel version
pip show setuptools
pip show build
echo $VIRTUAL_ENV

- name: Pip build
env:
Expand Down

0 comments on commit 1f34158

Please sign in to comment.