We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccfb77 commit 4e4232eCopy full SHA for 4e4232e
.github/workflows/release.yaml
@@ -5,7 +5,9 @@ on:
5
jobs:
6
pypi-publish:
7
runs-on: ubuntu-latest
8
- environment: release
+ environment:
9
+ name: release
10
+ url: https://pypi.org/p/python-motion
11
permissions:
12
id-token: write
13
steps:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-motion"
3
-version = "0.1.1"
+version = "0.2.0"
4
description = ""
authors = ["Lemuel Boyce <[email protected]>"]
readme = "README.md"
0 commit comments