-
Notifications
You must be signed in to change notification settings - Fork 2
chore: pre-release preparation #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,7 @@ name: CD Workflow | |
| on: | ||
| push: | ||
| tags: | ||
| - "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+" | ||
| - "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+-*" | ||
| - "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+*" | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
|
|
@@ -29,8 +28,6 @@ jobs: | |
| # Save the path to the module for use in the build/publish step to only update the module associated with this tag | ||
| echo "SERVICE_PATH=$SERVICE_PATH" >> $GITHUB_ENV | ||
| - name: Build & Publish to PyPi | ||
| uses: JRubics/[email protected] | ||
| with: | ||
| pypi_token: ${{ secrets.PYPI_TOKEN }} | ||
| poetry_publish_options: "--build" | ||
| package_directory: $SERVICE_PATH | ||
| run: | | ||
| pip install poetry | ||
| poetry publish --build --username="__token__" --no-interaction --password="${{ secrets.PYPI_TOKEN }}" --directory=$SERVICE_PATH | ||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-authorization" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "OpenAPI Generator Community <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-dns" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "stackit-dns <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-iaas" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "STACKIT IaaS Teams <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-iaasalpha" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "STACKIT IaaS Teams <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-loadbalancer" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "OpenAPI Generator Community <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-logme" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "OpenAPI Generator Community <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-mariadb" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "OpenAPI Generator Community <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [tool.poetry] | ||
| name = "stackit-mongodbflex" | ||
| version = "0.0.1" | ||
| version = "0.0.1a" | ||
| authors = [ | ||
| "STACKIT MongoDB Service Support <[email protected]>", | ||
| ] | ||
|
|
@@ -18,7 +18,7 @@ packages = [ | |
|
|
||
| [tool.poetry.dependencies] | ||
| python = ">=3.8,<4.0" | ||
| stackit-core = "^0.0.1" | ||
| stackit-core = "^0.0.1a" | ||
| requests = "^2.32.3" | ||
| pydantic = "^2.9.2" | ||
| python-dateutil = "^2.9.0.post0" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.