Skip to content

Commit

Permalink
Merge pull request #160 from google-research/rajat_dev
Browse files Browse the repository at this point in the history
Fixes build and upload to pypi
  • Loading branch information
rajatsen91 authored Oct 17, 2024
2 parents 6234168 + 6a22971 commit e4a2f17
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 936 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Poetry publish

on:
Expand All @@ -24,8 +23,8 @@ jobs:
# e.g. poetry version 0.1.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 1.2.0
poetry version 1.2.1
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish --build
poetry publish --build
Loading

0 comments on commit e4a2f17

Please sign in to comment.