Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.4.1 to 1.4.2#11

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/pypa/gh-action-pypi-publish-1.4.2
Closed

chore(deps): bump pypa/gh-action-pypi-publish from 1.4.1 to 1.4.2#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/pypa/gh-action-pypi-publish-1.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2021

Copy link
Copy Markdown

Bumps pypa/gh-action-pypi-publish from 1.4.1 to 1.4.2.

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.4.2

  • Upgraded the runtime Python to v3.9
  • Upgraded pip so that it'd understand the manylinux2010 tag (bug #56)
  • Made pip prefer wheels over sdists whenever possible (this helps with the publishing race conditions like #50/#51)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 12, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jan 10, 2022

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot dependabot Bot closed this Jan 10, 2022
@dependabot dependabot Bot deleted the dependabot/github_actions/pypa/gh-action-pypi-publish-1.4.2 branch January 10, 2022 19:05
rwgk pushed a commit that referenced this pull request Jun 8, 2024
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
rwgk added a commit that referenced this pull request Jun 19, 2024
* Support free-threaded CPython (PEP 703)

Some additional locking is added in the free-threaded build when
`Py_GIL_DISABLED` is defined:

- Most accesses to internals are protected by a single mutex
- The registered_instances uses a striped lock to improve concurrency

Pybind11 modules can indicate support for running with the GIL disabled
by calling `set_gil_not_used()`.

* refactor: use PYBIND11_MODULE (#11)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* Address code review

* Suppress MSVC warning

* Changes from review

* style: pre-commit fixes

* `py::mod_gil_not_used()` suggestion.

* Update include/pybind11/pybind11.h

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants