Skip to content

Commit

Permalink
General tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ABDreos committed Nov 14, 2024
1 parent cd3d60f commit d3b42fb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
- name: Bump version
run: |
NEW_VERSION="${{ needs.details.outputs.new_version }}"
echo "Current location: $(pwd)"
ls | echo
sed -i '' "s/version = \"[0-9]*\.[0-9]*\.[0-9]*\"/version = \"$NEW_VERSION\"/" pyproject.toml
sed -i '' "s/version = \"[0-9]*\.[0-9]*\.[0-9]*\"/version = \"$NEW_VERSION\"/" ../pyproject.toml
- name: Install dependencies
run: uv sync --no-interaction
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3

- name: Publish to PyPI
run: |
uv publish --no-interaction
# - name: Publish to PyPI
# run: |
# uv publish --no-interaction

# - name: Publish distribution to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
Expand All @@ -147,12 +147,12 @@ jobs:
name: dist
path: dist/

- name: Create GitHub Release
id: create_release
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{ needs.details.outputs.tag_name }} dist/* --title ${{ needs.details.outputs.tag_name }} --generate-notes
# - name: Create GitHub Release
# id: create_release
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# gh release create ${{ needs.details.outputs.tag_name }} dist/* --title ${{ needs.details.outputs.tag_name }} --generate-notes

bump_homebrew_formula:
name: Dispatch event to Repo B
Expand Down

0 comments on commit d3b42fb

Please sign in to comment.