Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 1c0b426

Browse files
proppyGerrit Code Review
authored andcommitted
Merge "packaging: fix nox release sessions"
2 parents 88c1968 + a1e64af commit 1c0b426

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

google-assistant-grpc/nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def protoc(session):
4141
def release(session):
4242
session.install('pip', 'setuptools', 'wheel')
4343
session.run('python', 'setup.py', 'sdist', 'bdist_wheel')
44-
session.run('python', 'sdk/grpc/setup.py', 'sdist', 'bdist_wheel')
44+
session.run('python', 'setup.py', 'sdist', 'bdist_wheel')

google-assistant-sdk/nox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ def migrate_credentials(old, new):
7777
def release(session):
7878
session.install('pip', 'setuptools', 'wheel')
7979
session.run('python', 'setup.py', 'sdist', 'bdist_wheel')
80-
session.run('python', 'sdk/grpc/setup.py', 'sdist', 'bdist_wheel')

0 commit comments

Comments
 (0)