Skip to content
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

Bump pydantic from 1.10.7 to 2.1.1 #87

Closed
wants to merge 9 commits into from
Closed
11 changes: 5 additions & 6 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ permissions:
jobs:
build-and-publish:
runs-on: ubuntu-latest

env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} # This token is provided by Actions, you do not need to create your own token

steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}

- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -61,12 +62,10 @@ jobs:

- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: v${{ env.NEW_VERSION }}
release_name: v${{ env.NEW_VERSION }}
body: |
pypi package: https://pypi.org/project/pydantic-avro/${{ env.NEW_VERSION }}/
draft: false
prerelease: false
prerelease: false
Loading
Loading