Skip to content

Commit

Permalink
revert version, push to regular PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina Bernick committed Aug 23, 2024
1 parent 5d3f482 commit 077ab88
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,15 @@ jobs:
- name: Build with Poetry
run: make build-wheel

# - name: Build and push Docker image
# uses: docker/build-push-action@v6
# with:
# context: .
# push: true #TODO add back
# tags: |
# ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
# ghcr.io/${{ github.repository }}:latest
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository }}:latest
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/ #TODO remove when ready to publish

10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tool.poetry]
name = "platformics"
# placeholder version that will be replace by poetry-dynamic-versioning
# TODO: revert
version = "0.1.3"
version = "0.1.1"
description = "Codegen Python GraphQL Entity Framework"
authors = ["CZI Team <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 077ab88

Please sign in to comment.