Skip to content

Commit

Permalink
DAS-2180: Point to real PyPI, choose major version.
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Jul 19, 2024
1 parent 2852316 commit f0548ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,16 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Build hybig-py package
run: python -m build

- name: Publish to TestPyPI
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

- name: Publish GitHub release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion docker/service_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.0.0

0 comments on commit f0548ba

Please sign in to comment.