Skip to content

Commit

Permalink
Merge pull request #83 from autometrics-dev/move-twine-to-dev-group
Browse files Browse the repository at this point in the history
Move twine to dev deps
  • Loading branch information
actualwitch authored Aug 24, 2023
2 parents 4c29e5b + fa755e3 commit 0a33f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release and publish
on: [workflow_dispatch]

permissions:
Expand All @@ -25,8 +25,6 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git fetch origin main
git checkout main
git tag ${{ steps.release_version.outputs.version }}
git push origin ${{ steps.release_version.outputs.version }}
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pytest = "^7.3.0"
pytest-asyncio = "^0.21.0"
black = "^23.3.0"
pytest-xdist = "^3.3.1"
twine = "4.0.2"

[tool.poetry.group.examples]
optional = true
Expand Down Expand Up @@ -77,7 +78,6 @@ rich = "13.3.2"
six = "1.16.0"
sniffio = "1.3.0"
starlette = ">=0.27.0,<0.28.0"
twine = "4.0.2"
urllib3 = "1.26.15"
uvicorn = "0.21.1"
webencodings = "0.5.1"
Expand Down

0 comments on commit 0a33f8b

Please sign in to comment.