Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a419d40
CI: add Trusted Publishing job to wheels workflow (#61669)
EvMossan Jun 26, 2025
abda427
Remove obsolete standalone publish workflow
EvMossan Jun 26, 2025
6e9027c
CI: fix wheel-workflow YAML, drop win-arm64
EvMossan Jun 26, 2025
e3e583d
CI: set project name to evgmosme-pandas for TestPyPI
EvMossan Jun 26, 2025
9f9013e
CI: temporarily shrink workflow matrix and add
EvMossan Jun 26, 2025
4e4cc1e
CI: skip pyodide wheel on TestPyPI upload
EvMossan Jun 26, 2025
d311ce4
Restore original wheels.yml from upstream/main
EvMossan Jun 26, 2025
6360900
CI: skip win_arm64 for tests, add final publish block
EvMossan Jun 26, 2025
c15c176
CI: final Trusted-Publishing workflow (PyPI ready)
EvMossan Jun 26, 2025
0332486
Docs & CI: add publish-comment header; final PyPI configuration
EvMossan Jun 27, 2025
c675826
DOC: add Build/CI trusted-publishing entry to v3.0.0 whatsnew (#61669)
EvMossan Jun 27, 2025
3cac6a5
CI: restore project name 'pandas' in pyproject.toml
EvMossan Jun 27, 2025
45291a7
CI: normalize line endings in wheels.yml (pre-commit)
EvMossan Jun 27, 2025
da41c89
DOC: replace <PR_NUMBER> with 61718 in whatsnew
EvMossan Jun 27, 2025
409dcb4
CI: restrict publish job to upstream repo and add skip-existing
EvMossan Jun 27, 2025
50afff6
DOC: move Trusted-Publishing note to 'Other enhancements'
EvMossan Jun 27, 2025
b94eb08
workflow: enable Test PyPI publish job
EvMossan Jun 30, 2025
58cb179
CI: fix indentation in wheels.yml (publish job)
EvMossan Jun 30, 2025
7359e1b
CI: trigger wheels workflow on GitHub release (add release:published)
EvMossan Jun 30, 2025
f482759
Update .github/workflows/wheels.yml
EvMossan Jul 1, 2025
0aa892f
Update doc/source/development/maintaining.rst
EvMossan Jul 1, 2025
da3c281
Update doc/source/development/maintaining.rst
EvMossan Jul 1, 2025
ba4c3bd
Update doc/source/development/maintaining.rst
EvMossan Jul 1, 2025
7d4a777
Merge remote-tracking branch 'upstream/main' into trusted-publish-pypi
jorisvandenbossche Sep 13, 2025
e4d67bc
fix rst syntax
jorisvandenbossche Sep 13, 2025
9c1a0b7
temp test download step
jorisvandenbossche Sep 14, 2025
4e20362
Revert "temp test download step"
jorisvandenbossche Sep 14, 2025
bb83797
remove unnecessary repository-url
jorisvandenbossche Sep 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .github/workflows/wheels.yml
Co-authored-by: Laurie O <[email protected]>
  • Loading branch information
EvMossan and EpicWink authored Jul 1, 2025
commit f48275914347ab8da5413a8b7893f8130bb2ee35
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
publish:
if: >
github.repository == 'pandas-dev/pandas' &&
github.event_name == 'push' &&
github.event_name == 'release' &&
startsWith(github.ref, 'refs/tags/v')

needs:
Expand Down
Loading