Skip to content

Commit ecbf119

Browse files
authored
Merge pull request #3974 from mrmundt/reset-development
Resetting main for development (6.10.2.dev0)
2 parents a656fd2 + 835f724 commit ecbf119

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release_wheel_creation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
CIBW_SKIP: "*-musllinux*"
8080
CIBW_BUILD_VERBOSITY: 1
8181
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
82-
- uses: actions/upload-artifact@v4
82+
- uses: actions/upload-artifact@v7
8383
with:
8484
name: native_wheels-${{ matrix.os }}-${{ matrix.TARGET }}
8585
path: dist/*.whl
@@ -132,7 +132,7 @@ jobs:
132132
CIBW_SKIP: "*-musllinux*"
133133
CIBW_BUILD_VERBOSITY: 1
134134
CIBW_ENVIRONMENT: PYOMO_SETUP_ARGS="${{ matrix.GLOBAL_OPTIONS }}"
135-
- uses: actions/upload-artifact@v4
135+
- uses: actions/upload-artifact@v7
136136
with:
137137
name: alt_wheels-${{ matrix.os }}-${{ matrix.TARGET }}
138138
path: dist/*.whl
@@ -152,7 +152,7 @@ jobs:
152152
sed '1,/REMOVE-EVERYTHING-BEFORE-THIS-LINE/d' README.md > README.new
153153
mv README.new README.md
154154
- name: Set up Python ${{ matrix.python-version }}
155-
uses: actions/setup-python@v5
155+
uses: actions/setup-python@v6
156156
with:
157157
python-version: ${{ matrix.python-version }}
158158
- name: Install dependencies
@@ -164,7 +164,7 @@ jobs:
164164
export PYOMO_SETUP_ARGS=--without-cython
165165
python -m build --wheel --outdir dist --config-setting="--build-option=--without-cython"
166166
- name: Upload artifact
167-
uses: actions/upload-artifact@v4
167+
uses: actions/upload-artifact@v7
168168
with:
169169
name: purepythonwheel
170170
path: dist/*.whl
@@ -189,7 +189,7 @@ jobs:
189189
sed '1,/REMOVE-EVERYTHING-BEFORE-THIS-LINE/d' README.md > README.new
190190
mv README.new README.md
191191
- name: Set up Python ${{ matrix.python-version }}
192-
uses: actions/setup-python@v5
192+
uses: actions/setup-python@v6
193193
with:
194194
python-version: ${{ matrix.python-version }}
195195
- name: Install dependencies
@@ -201,7 +201,7 @@ jobs:
201201
export PYOMO_SETUP_ARGS=--without-cython
202202
python -m build --sdist --outdir dist --config-setting="--build-option=--without-cython"
203203
- name: Upload artifact
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v7
205205
with:
206206
name: generictarball
207207
path: dist

pyomo/version/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#
2020
major = 6
2121
minor = 10
22-
micro = 1
23-
releaselevel = 'final'
22+
micro = 2
23+
# releaselevel = 'final'
2424
serial = 0
2525

2626

0 commit comments

Comments
 (0)