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:
156
156
publish :
157
157
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#publishing-the-distribution-to-pypi
158
158
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'
160
160
runs-on : ubuntu-latest
161
161
environment : release
162
162
permissions :
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "1.8.0.dev0 "
15
+ __version__ = "1.7.0 "
16
16
17
17
_MIN_LIBBSON_VERSION = "1.23.1"
You can’t perform that action at this time.
0 commit comments