Skip to content

Commit

Permalink
Remove snapshot param from Python build
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Nov 8, 2024
1 parent be09481 commit 562f2d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/python-client/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ inputs:
release-version:
required: true
description: 'Python artifact version to use'
snapshot:
required: true
default: 'true'
description: 'Whether to create a Maven snapshot artifact'
openapi-spec:
required: true
description: 'OpenAPI spec url to use for generation'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:

- name: Create target Python artifact version
shell: bash
# TODO what is the proper snapshot version here -> 'dev'?
run: echo "PYTHON_ARTIFACT_VERSION=${{ needs.prepare.outputs.next-artifact-version }}-${{ matrix.python-version }}-${{ needs.prepare.outputs.spicedb-version }}" >> ${GITHUB_ENV}

- name: "Run python client build / SpiceDB: ${{ env.SPICEDB_VERSION }} / Python: ${{ matrix.python-version}} / HTTP lib: ${{ matrix.python-http-lib }}"
Expand Down

0 comments on commit 562f2d4

Please sign in to comment.