Skip to content

Commit

Permalink
skip python package
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 22, 2021
1 parent 34b2955 commit deb5c9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:
- name: Poetry publish
working-directory: ${{ env.PYTHON_DIR }}
run: |
poetry publish --build
# poetry publish --build
echo "Skipping Python package"
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
3 changes: 2 additions & 1 deletion scripts/prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ git checkout -B "release/v${RELEASE_VERSION}"
sed -i "s|^version = \"[^\"]\+\"|version = \"${RELEASE_VERSION}\"|g" "$RUST_DIR/modelator/Cargo.toml"

# update the version on Python module
sed -i "s|^version = \"[^\"]\+\"|version = \"${RELEASE_VERSION}\"|g" "$PYTHON_DIR/pyproject.toml"
# skip python
# sed -i "s|^version = \"[^\"]\+\"|version = \"${RELEASE_VERSION}\"|g" "$PYTHON_DIR/pyproject.toml"

# nothing to do for Go lang for now

Expand Down

0 comments on commit deb5c9a

Please sign in to comment.