Skip to content

Commit

Permalink
nomcr
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Feb 21, 2024
1 parent c03f114 commit 6f9d369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
file: Dockerfile_testpypi
file: Dockerfile_testpypi_nomcr
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion macapype/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '0.3.5.1-rc2'
__version__ = '0.3.5.1-rc3'

0 comments on commit 6f9d369

Please sign in to comment.