Skip to content

Commit 6584b61

Browse files
Merge branch 'master' into main
2 parents fb2f6d3 + 5717d70 commit 6584b61

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,29 @@
11
name: Upload Python Package
2-
32
on:
43
push:
54
branches:
6-
- main
7-
5+
- master
86
permissions:
97
contents: write
108
id-token: write
119
actions: write
1210
packages: write
13-
1411
jobs:
1512
release:
1613
runs-on: ubuntu-latest
1714
steps:
18-
- name: Checkout main branch
15+
- name: Checkout master branch
1916
uses: actions/checkout@v4
2017
with:
2118
fetch-depth: 0
22-
2319
- name: Set up Python
2420
uses: actions/setup-python@v3
2521
with:
2622
python-version: "3.x"
27-
2823
- name: Install dependencies
2924
run: |
3025
python -m pip install --upgrade pip
3126
pip install build twine python-semantic-release setuptools-scm
32-
3327
- name: Run semantic-release
3428
env:
3529
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -38,10 +32,8 @@ jobs:
3832
git config user.email github-actions@github.com
3933
semantic-release version
4034
semantic-release publish
41-
4235
- name: Build package
4336
run: python -m build
44-
4537
- name: Publish package to PyPI
4638
env:
4739
TWINE_USERNAME: __token__

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Changelog
33

4-
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4+
55

66
## [Unreleased]
77

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">python-fm-dapi-weaver </h1><br>
1+
<h1 align="center">python-fm-dapi-weaver</h1><br>
22

33
A developer-friendly Python library for interacting with FileMaker Server via the FileMaker Data API. Connect your apps to FileMaker databases for streamlined data management, automation, and integration
44

@@ -25,6 +25,7 @@ You can install the package via pip:
2525
```
2626
pip install python-fm-dapi-weaver
2727
28+
2829
```
2930

3031
## How to Use

0 commit comments

Comments
 (0)