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

master → main #3555

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

DimitriPapadopoulos
Copy link
Collaborator

Attempt to fix the recent failures of the package job:

package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
- name: Build package
run: python -m build
- name: Check package
run: twine check --strict dist/*
- name: Check env vars
run: |
echo "Triggered by: ${{ github.event_name }}"
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist

package

@DimitriPapadopoulos
Copy link
Collaborator Author

@larsoner I think it might help once merged. What do you think?

@larsoner larsoner merged commit e2f26d8 into codespell-project:main Sep 26, 2024
14 of 15 checks passed
@DimitriPapadopoulos DimitriPapadopoulos deleted the master_main branch September 26, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants