-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump to 4.2.0, airtable release action
- Loading branch information
Paige Gulley
committed
Nov 1, 2024
1 parent
1b95ff3
commit b86da17
Showing
4 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,6 +94,23 @@ jobs: | |
gh release upload | ||
'${{ github.ref_name }}' dist/** | ||
--repo '${{ github.repository }}' | ||
- name: Install mc-manage package | ||
run: | | ||
pip install git+https://github.com/mediacloud/[email protected] | ||
- name: Get tag name | ||
id: extract_tag | ||
run: echo "TAG_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV | ||
|
||
- name: Record successful release | ||
run: | | ||
python -m mc-manage.airtable-release-update --name api-client --version ${{ env.TAG_NAME }} | ||
env: | ||
AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }} | ||
MEAG_BASE_ID: ${{ secrets.MEAG_BASE_ID }} | ||
|
||
|
||
publish-to-testpypi: | ||
name: Publish Python 🐍 distribution 📦 to TestPyPI | ||
needs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" | |
|
||
[project] | ||
name = "mediacloud" | ||
version = "4.1.4" | ||
version = "4.2.0" | ||
authors = [ | ||
{name = "Rahul Bhargava", email = "[email protected]"}, | ||
] | ||
|