Skip to content

Commit

Permalink
fix(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
John2360 committed Aug 1, 2024
1 parent bd9330a commit baadbc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/publish.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ jobs:
asset_path: ./${{ steps.get_whl_file_name.outputs.whl_file_name }}
asset_name: fortress_sdk_python-${{ github.ref }}.whl
asset_content_type: application/zip

- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

0 comments on commit baadbc8

Please sign in to comment.