File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
bindings/python/pymongoarrow Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156 publish :
157157 # https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
158158 needs : [collect_dist]
159- if : github.repository_owner == 'mongodb' || github.event_name == 'workflow_dispatch'
159+ if : github.repository_owner == 'mongodb-labs ' || github.event_name == 'workflow_dispatch'
160160 runs-on : ubuntu-latest
161161 environment : release
162162 permissions :
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "1.8.0.dev0 "
15+ __version__ = "1.7.0 "
1616
1717_MIN_LIBBSON_VERSION = "1.23.1"
You can’t perform that action at this time.
0 commit comments