Skip to content

Commit

Permalink
skip ruby, just to test python
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Mar 23, 2024
1 parent 7a5df1b commit 714fafd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- run: |
for file in distx/gem/*; do
gem push "$file"
done
env:
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
#- run: |
# for file in distx/gem/*; do
# gem push "$file"
# done
# env:
# GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 714fafd

Please sign in to comment.