Skip to content

Commit 0a33f8b

Browse files
authored
Merge pull request #83 from autometrics-dev/move-twine-to-dev-group
Move twine to dev deps
2 parents 4c29e5b + fa755e3 commit 0a33f8b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Release and publish
22
on: [workflow_dispatch]
33

44
permissions:
@@ -25,8 +25,6 @@ jobs:
2525
run: |
2626
git config --local user.email "github-actions[bot]@users.noreply.github.com"
2727
git config --local user.name "github-actions[bot]"
28-
git fetch origin main
29-
git checkout main
3028
git tag ${{ steps.release_version.outputs.version }}
3129
git push origin ${{ steps.release_version.outputs.version }}
3230
- name: Create release

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pytest = "^7.3.0"
4141
pytest-asyncio = "^0.21.0"
4242
black = "^23.3.0"
4343
pytest-xdist = "^3.3.1"
44+
twine = "4.0.2"
4445

4546
[tool.poetry.group.examples]
4647
optional = true
@@ -77,7 +78,6 @@ rich = "13.3.2"
7778
six = "1.16.0"
7879
sniffio = "1.3.0"
7980
starlette = ">=0.27.0,<0.28.0"
80-
twine = "4.0.2"
8181
urllib3 = "1.26.15"
8282
uvicorn = "0.21.1"
8383
webencodings = "0.5.1"

0 commit comments

Comments
 (0)